/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



.container-fluid {
    width: 1230px;
}

.x-header1{
    padding: 0;
}

.x-top {
    background-color: #f8f8f8;
}

.wel {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}

.x-seo {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}

.x-seo a {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}

.x-seo a:hover {
    color: #666;
}

.top-phone {
    background: url(../images/6330f8e4217ab2b618b319a0a6493ddd27a1627f.png) no-repeat right center;
    padding-right: 70px;
    text-align: right;
    margin-left: 40px;
    margin-top: 32px;
}

.top-phone h3 {
    color: #666666;
    font: 400 16px/22px "Microsoft yahei";
}

.top-phone p {
    color: #d8170e;
    font: 400 30px/30px "Impact";
}

.top-ys-list {
    margin-top: 18px;
}

.top-ys-list li {
    background: url(../images/a8dd791055c4267fcfc0f5fa6f5bb8bc5d74a10a.png) no-repeat center;
    width: 76px;
    height: 82px;
    float: left;
    margin-left:30px;

}

.top-ys-list li .img {
    text-align: center;
    margin-top: 19px;
}

.top-ys-list li .img img {
    max-width: 100%;
}

.top-ys-list li h3 {
    text-align: center;
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
}






/* 导航样式 */
.x-menubg {
    background-color: #285ca5;
}

.x-menu {}

.x-menu>li {
    float: left;
    position: relative;
    width: 150px;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    color: #ffffff;
    font: 400 16px/60px "Microsoft yahei";
    background: url(/images/846f2c12570b8d800417b7876b74711ed8eb6855.png) no-repeat right center;
}


.x-menu>li>a:hover {
    background: #193e71;
    color: #fff;
}

.x-menu>li.active>a {
    /* background: #b60b03;
    color: #fff; */
}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 70px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 2;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #efefef;
    /* color: #fff; */
}

.x-sub-menu:after {
 content: '';
 width: 0;
 height: 0;
 line-height: 0;
 font-size: 0;
 overflow: hidden;
 border-width: 10px;
 cursor: pointer;
 border-style: dashed dashed solid dashed;
 border-color: transparent transparent #fff transparent;
 border-top: none;
 position: absolute;
 top: -10px;
 left: 50%;
 margin-left: -10px;
 z-index: 99;
}







.index-ss-left {
    float: left;
    color: #333333;
    font: 400 14px/80px "Microsoft yahei";
}

.index-ss-left span {
    color: #e60012;
    font: 600 14px/77px "Microsoft yahei";
    text-transform: uppercase;
}

.index-ss-left a {
    color: #777777;
    font: 400 14px/77px "Microsoft yahei";
    position: relative;
    padding-left: 20px;
}

.index-ss-left a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e3e3e3;
    display: block;
    left: 10px;
    top: 3px;
}
.index-ss-left a:nth-child(2){
    padding-left: 5px;
}
.index-ss-left a:nth-child(2)::after{
    display: none;
}



.index-ss-left a:hover {
    color: #d8170e;
}





/*主标题*/


.x-title {
    color: #333333;
    position: relative;
    font: 600 40px/58px "Microsoft yahei";
    margin-bottom: 29px;
}


.x-title h4 {
    position: absolute;
    color: rgba(182, 182, 182, 0.14);
    font: 600 80px/80px "Airal";
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
}

.x-title h3 {
    z-index: 999;
    color: inherit;
    font: 600 40px/80px "Microsoft yahei";
    text-align: center;
}

.x-title h3 span {
    color: #e60012;
}

.x-title p {
    text-align: center;
    color: #666666;
    font: 400 16px/36px "Microsoft yahei";
}

@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 20px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}


/*产品中心*/
.x-product {
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 30px;
}

.x-product-left-sort {
    width: 242px;
    float: left;
}

.x-product-left-sort-tt {
    background: url(/images/0ff707fafc807751dada1ef452268f44d4c8b2c6.jpg) no-repeat center;
    padding: 27px;
    color: #ffffff;
    font: 600 24px/36px "Arial";
    text-transform: uppercase;
    text-align: center;
}

.x-product-left-sort-tt span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/20px "Airal";
}

.x-product-l-sort {
    border: 1px solid #eeeeee;
    padding:30px 18px 30px;
    background: #fff;
}

.x-product-l-sort li {
    background: url(/images/37ff535b488fe8c420360f3dbbfda4a7cd9ff83d.png) no-repeat 172px center #f1f1f1;
    padding-left: 24px;
    padding-right: 40px;
}

.x-product-l-sort li+li {
    margin-top: 12px;
}

.x-product-l-sort li a {
    display: block;
    font: 400 16px/44px "Microsoft yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-product-l-sort li:hover {
    background: url(/images/9a8ce6cf9d88c85e8d74910e3840496f119afdba.png) no-repeat 172px center #d8170e;
}

.x-product-l-sort li:hover a {
    color: #fff;
}

.x-product-left-bottom {
    padding:24px 0 20px;
    background: url(/images/180e35c473a85488db561878a06296238fac7324.png) no-repeat 16px center #d8170e;
    padding-left: 67px;
}

.x-product-left-bottom h3 {
    color: #ffffff;
    font: 400 14px/18px "Microsoft yahei";
}

.x-product-left-bottom p {
    font: 400 24px/38px "Impact";
    color: #fff;
}

.index-product-right {
    width: 920px;
    overflow: hidden;
}

.index-product-right-1 {}


.index-product-right-2 {
    /* margin-top: 15px; */
}

.index-product-right-2 li {
    display: inline-block;
    vertical-align: top;
    width: 286px;
    margin-bottom: 30px;
}
/* .index-product-right-2 li:nth-last-child(-n+3){
    margin-bottom: 0;
} */
.index-product-right-2 li img{
    width: 286px;
	height: 220px;
}
.index-product-right-2 li h3 {
    background-color: #f1f1f1;
    color: #000;
    font: 400 16px/51px "Microsoft yahei";
    text-align: center;
}

.index-product-right-2 li:hover h3 {
    background-color: #d8170e;
    color: #fff;
}
.index-product-right-2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 30px;
    width: 920px!important;
}



.x-product-item {
    padding: 0 1px;
    background: #fff;
}

.x-product-item a {
    display: block;
    padding: 25px;
    padding-right: 40px;
    border: 1px solid transparent;
}

.x-product-itembg {}

.x-product-item .img {
    width: 440px;
    float: left;
    border: 1px solid #f1f1f1;
}

.x-product-item .wz {
    width: 370px;
    margin-top: 25px;
    float: right;
}

.x-product-item .wz h3 {
    color: #333333;
    font: 600 22px/40px "Microsoft yahei";
    margin-bottom: 15px;
}

.x-product-item .wz p {
    color: #777777;
    font: 400 16px/32px "Micvrosoft yahei";
}

.x-product-item .wz span {
    display: block;
}

.index-product-right-1 .owl-dots {
    display: block !important;
    position: absolute;
    left: 57%;
    bottom: 66px;

}

.index-product-right-1 .owl-dots .owl-dot {
    background-color: #dedede;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.index-product-right-1 .owl-dots .owl-dot.active {
    background-color: #d8170e;
}

.x-product-list {
    font-size: 0;
    margin: 44px -15px 0 -15px;
}

.x-product-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.x-product-list li h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
}

.x-product-list li:hover h3 {
    background-color: #d8170e;
    color: #fff;
}




@media (max-width: 1024px) {
    .x-product-list li {
        margin-bottom: 20px;
    }

    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}

.x-case-list-li{
    width: 285px;
    padding: 0;
}



/*热推产品*/
.index-tt {
    position: relative;
    color: #333333;
    font: 600 24px/30px "Microsoft yahei";
    padding-left: 20px;
}

.index-tt::before {
    content: "";
    width: 8px;
    height: 30px;
    background-color: #d8170e;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.index-tt span {
    color: #999999;
    font: 400 16px/28px "Airal";
    text-transform: uppercase;
}

.index-tt img {
    margin-left: 20px;
}

.index-tt a {
    display: block;
    width: 88px;
    background: url(/images/02c1703b0698fb266b88f98e61899229454e5bad.png) no-repeat center right;
    float: right;
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";
}

.index-hot-product {
    background-color: #f8f8f8;
    padding-top: 62px;
    padding-bottom: 70px;
}

.index-hot-product-con {
    margin-top: 36px;
}


/*滚动*/
.pin {
    width: 1200px;
    margin: 0 auto;
}

.chan {
    text-align: center;
    position: relative;
}

.l_btn,
.r_btn {
    position: absolute;
    cursor: pointer;
    top: 36%;
}

.l_btn {
    left: -70px;
}

.r_btn {
    right: -70px;
}

.twt {
    float: left;
}

.twt li a.img {
    position: relative;
    display: block;
    /* border: 1px solid #f1f1f1; */
}

.twt li a.img img {
    display: block;
    width: 380px;
	height: 280px;
}

.twt li a.img h3 {
    color: #333;
    font: 400 16px/50px "Microsoft yahei";
    background-color: #f8f8f8;
}

.twt li {
    float: left;
    overflow: hidden;
    margin-left: 30px;
    width: 380px;
}


.twt li:hover .img h3 {
    color: #fff;
    background: #d8170e;
    
} 
.chan #m_demo{
    padding-top: 0;
}
#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.huise {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 70px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


.anls {}

.product_list3 {}

.product_list3 li {
    float: left;
    margin-right: 20px;
    _display: inline;
    position: relative;
    width: 294px;
}

.product_list3 li a.img {}

.product_list3 li a.img img {
    width: 294px;
    height: 262px;
}

.product_list3 li h3 {
    text-align: center;
    color: #444444;
    background-color: #f1f1f1;
    font: 400 16px/47px "Microsoft yahei";
}

.product_list3 li h3 a {
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.product_list3 li a.img {
    display: block;
}

.product_list3 li:hover h3 {
    background-color: #d8170e;
    color: #fff;
}





/*案例*/
.x-case {
    padding: 43px 0 60px;
}





/* 横幅 */
.index-hf {
    padding: 50px 0 70px;
}

.index-hf-left {
    width: 780px;
    padding-top: 14px;
}

.index-hf-left h3 {
    color: #fff;
    font: 600 46px/52px "Microsoft yahei";
    margin-bottom: 26px;
}

.index-hf-left h3 span {
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 13px;
    margin-left: 15px;
    margin-right: 15px;
}

.index-hf-left h4 {
    color: rgba(255, 255, 255, 0.8);
    font: 400 18px/32px "Microsoft yahei";
}

.index-hf-right {
    /* width: 366px; */
    text-align: center;
    width: 380px;
}

.index-hf-right h3 {
    background: url(/images/a763777e11d7a8b9800cf795eeed844a146d7d89.png) no-repeat 125px center;
    text-align: left;
    padding-left: 166px;
    color: #ffffff;
    font: 400 16px/31px "Microsoft yahei";
}

.index-hf-right p {
    color: #ffffff;
    font: 600 38px/55px "Airal";
    text-align: right;
    padding-right: 20px;
}

.index-hf-right a {
    width: 170px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-color: #ffffff;
    color: #e60012 !important;
    font: 400 18px/40px "Microsoft yahei";
    margin-top: 34px;
    border-radius: 3px;
    margin-left: 140px;
}

/*优势*/
.index-ys {
    padding: 60px 0 100px;
    background: url(/images/495d1bfb150d4ef308c062ea2c65a82929bdd004.jpg) no-repeat bottom right;
}

.index-ys .x-title h3 {
    font-size: 54px;
}

.index-ys .x-title p {
    color: #333333;
    font: 400 24px/46px "Microsoft yahei";
}

.tabz {
    height: 182px;
}

.tabz li {}

.tabz li .text {
    padding: 10px;
    background-color: #919291;
}


/*高品质追求*/
.box2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.tabz {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.tabz li {
    float: left;
    width: 25%;
    display: block;
    /* background: #919291; */
    text-align: center;
    color: #666666;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 88px;
    padding-top: 20px;
    opacity: 0.01;
}

.tabz li .text {
    padding: 23px;
}

.tabz li .text h3 {
    color: #ffffff;
    font: 600 20px/30px "Microsoft yahei";
}

.tabz li .text h4 {
    color: rgba(255, 255, 255, .5);
    font: 400 12px/20px "Airal";
    text-transform: uppercase;
}

.ttz li .img {
    position: relative;
    width: 628px;
}

.ttz li .img .imgbg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 620px;
    height: 370px;
    background-color: rgba(216, 23, 14, .5);
}

.ttz li .img img {
    position: relative;
    z-index: 9999;
    width: 620px;
    margin-top: 8px;
    margin-left: 8px;
}

.ttz li .text {
    width: 545px;
    text-align: left;
}

.ttz li .text h3 {
    color: #333333;
    font: 600 34px/60px "Microsoft yahei";
    position: relative;
    padding-bottom: 32px;
}

.ttz li .text h3::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 6px;
    background-color: #d8170e;
    display: block;
    bottom: 0px;
}

.ttz li .text h3 span {
    display: block;
    text-transform: uppercase;
    color: #999999;
    font: 400 14px/20px "Airal";
}

.ttz li .text p {
    margin-top: 20px;
    color: #666666;
    font: 400 16px/34px "Microsoft yahei";
}

.ttz li .text a {
    display: block;
    width: 300px;
    height: 40px;
    color: #ffffff;
    font: 400 16px/40px "Microsoft yahei";
    background-color: #d8170e;
    margin-top: 40px;
    text-align: center;
}

.tabz li.cur .img {
    background-color: #d8170e;
    opacity: 1;
}

.tabz li.cur .text {
    background: url(/images/91c84da813d3aa611e5a44e491f6580bffdcb62f.png) no-repeat center 10px #d8170e;
}

.tabz li:hover,
.tabz li.cur {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a,
.tabz li.cur a {
    color: #fff;
}

.ttz {
    display: none;
    margin-top: 30px;
}

.list1z {
    padding: 8px 10px;
}

.list1z li {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px
}

.list1z li a.img {
    display: block
}

.list1z li a.img img {
    width: 376px;
    height: 270px;
}


.list1z li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

.dac {
    background: #03479c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 45px;
    height: 45px;
}

.list1z li h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin-left: 5%;
}

.list1z li h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.list1z li:hover .dac {
    background: #b99562;
}


.mx {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}

.mx a {
    color: #fff;
    font-size: 16px;
}











/*关于我们*/
.x-about {
    background: url(/images/143b2affb1d70f3461f537092d3cb55633255385.jpg) no-repeat top center;
    padding-top: 40px;
    padding-bottom:20px;
}

.x-about .x-title h4 {
    color: rgba(182, 182, 182, 0.14);
}

.x-about .x-title h3 {
    color: #fff;
}

.x-about .x-title p {
    color: #fff;
}

.x-about-box {
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    background-color: #fff;
}

.x-about-left {
    width: 560px;
	height: 380px;
}

.x-about-left img {
    width: 560px;
	height: 380px;
}

.x-about-right {
    width: 550px;
    margin-right: 20px;
}
.x-about-right h3{
    font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #222222;
    padding-bottom: 18px;
    padding-top: 25px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 24px;
}

.x-about-right p {
    color: #666666;
    font: 400 16px/27px "Microsoft yahei";
}

.x-about-more {
    margin-top: 28px;
}

.x-about-more a {
    display: block;
    float: left;
    color: #fff !important;
    width: 200px;
    font: 400 16px/50px "Microsoft yahei";
    background-color: #d8170e;
    text-align: center;
}

.x-about-more a+a {
    background-color: #eeeeee;
    color: #666666 !important;
}


/*案例*/
.index-hot-case {
    padding: 30px 0 0;
}

.index-hot-case-con {
    margin-top: 30px;
    overflow: hidden;
}

.index-hot-case .index-tt a {
    font-size: 16px;
    color: #999999;
}

.x-case-list {
    margin-left: -10px;
    margin-right: -10px;
}

/* .x-case-itembg {
    padding: 0 10px;
} */
.x-case-list-li{
    margin-right: 20px;
}

.x-case-list .x-case-item .img img {
    max-width: 100%;
    width: 285px;
	height: 200px;
}

.x-case-list .x-case-item h3 {
    color: #000;
    font: 400 16px/50px "Microsoft yahei";
    text-align: center;
    background-color: #f8f8f8;
}

.x-case-list .x-case-item:hover h3 {
    color: #fff;
    background-color: #d8170e;
}
.bj0_1{
    background: url(/images/411f21d4ab97029c50b1ec9a8e2d86d7b4b6d8e8.png) no-repeat bottom center;height:400px; overflow:hidden; background-color:#009966;
}
/*新闻*/
.x-news {
    background-color: #f8f8f8;
    padding: 30px 0 60px;
}

.tabsz {
    display: flex;
    justify-content: center;
}

.tabsz li+li {
    margin-left: 20px;
}

.tabsz li a {
    width: 200px;
    display: block;
    color: #444444;
    font: 400 18px/50px "Microsoft yahei";
    border: 1px solid #e8e8e8;
    text-align: center;
    background: #eeeeee;
}

.tabsz li:hover a {
    color: #fff;
    background-color: #d8170e;
    border: 1px solid #d8170e;
}
.tabsz li.cur a{
    color: #fff;
    background-color: #d8170e;
    border: 1px solid #d8170e;
}

.tabsz_content {
    margin-top: 40px;
}

.ttsz {
    display: none;
}

.x-news-img {
    width: 550px;
    background-color: #ffffff;
    padding: 24px;
}

.x-news-img .text h3 a{
    display: block;
    color: #222;
    font: 600 18px/42px "Microsoft yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-img .text p {
    color: #999999;
    font: 400 15px/25px "Microsoft yahei";
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}

.x-news-img .text .date {
    color: #999999;
    font: 400 14px/24px "Microsoft yahei";
    margin-bottom: 18px;
    margin-top: 10px;
}

.x-news-img .img {
    overflow: hidden;
}
.x-news-img .img img{
    width: 502px;
	height: 316px;
}
.x-news-right {
    width: 600px;
}

.x-news-right li+li {
    margin-top: 27px;
}

.x-news-right li .date {
    width: 114px;
    float: left;
    background-color: #fff;
    padding: 15px 10px;
    text-align: center;
}

.x-news-right li .date h4 {
    color: #454545;
    font: 600 48px/52px "Microsoft yahei";
}

.x-news-right li .date h5 {
    color: #666666;
    font: 400 16px/26px "Microsoft yahei";
    margin-top: 6px;
}

.x-news-right li .text {
    width: 460px;
    float: right;
}

.x-news-right li .text h3 {
    color: #222;
    font: 400 18px/26px "Microsoft yahei";
    margin-bottom: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text p {
    color: #888888;
    font: 400 15px/24px "Microsoft yahei";
    /* word-break: keep-all; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/20px "Airal";
    position: relative;
    transition: all 0.8s;
    margin-top: 10px;
}

.x-news-right li .text .more::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #d8170e;
    transition: all 0.8s;
}

.x-news-right li:hover .date {
    background-color: #d8170e;
    color: #fff;
}

.x-news-right li:hover .date h4 {
    color: #fff;
}

.x-news-right li:hover .date h5 {
    color: #fff;
}

.x-news-right li:hover .text h3 {
    color: #d8170e;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #d8170e;
}

.x-news-right li:hover .text .more::before {
    width: 55px;
    transition: all 0.8s;
}





.x-link {
    background: #fff;
    padding: 22px 0;
}

.x-link  .link_c1{
    position: relative;
}


.x-link-tt {
    color: #333333;
    font: 400 16px/20px "Microsoft yahei";
    border-right: 1px solid #e5e5e5;
    padding-right: 28px;
    margin-right: 20px;
    cursor: pointer;
}

.x-link-tt span {
    display: block;
    color: rgba(0, 0, 0, 0.1);
    font: 600 28px/30px "Microsoft yahei";
    text-transform: uppercase;
}


.x-link .x-link-r {
    width:calc(100% - 148px);
    /* position: relative; */
}
.x-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    min-width: 120px;
}
.x-link .sec a{
    color: #fff;
}
.x-link  a {
    font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, .6);
    line-height: 1.8;
    margin-right: 22px;
    white-space: nowrap;
}




.x-layout {
    background-color: #1f1f1f;
    padding: 50px 0 40px;
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
    padding-left: 44px;
    margin-left: 80px;
    background: url(/images/ff0e124cbc3ffbc95339acffd75ed0c15af0c172.png) no-repeat left top;
}

.x-layout-contact-tel h3 {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/26px "Microsoft yahei";
}

.x-layout-contact-tel p {
    color: #fff;
    font: 600 28px/40px "Microsoft yahei";
}

.x-layout-contact-p {
    margin-top: 10px;  
}

.x-layout-contact-p p {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/25px "Microsoft yahei";max-width:300px;
}

.x-layout-contact a {
    color: #fff;
}

.x-layout-menu {
    width: 557px;
}

.x-layout-menu dl {
    float: left;
    width: 152px;
}

.x-layout-menu dl+dl {
    width: 173px;
}
.x-layout-menu .fcpzx{
    width: 232px;
}

.x-layout-menu dl .ft_product {
    width: 232px;
}

.x-layout-menu dl .ft_product dd {
    width:230px;
}

.x-layout-menu dl dt {
    color: #fff;
    font: 600 18px/18px "Microsoft yahei";
    margin-bottom: 21px;
}

.x-layout-menu dl dd a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/32px "Microsoft yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.x-layout-menu dl+dl dd a {
    display: block;
    width: 100%;
    float: left;
}

.x-layout-ewm {
    text-align: center;
    width: 124px;
}

.x-layout-ewm img {
    max-width: 100%;
    width: 124px;
	height: 124px;
}

.x-layout-ewm p {
    color: rgba(255, 255, 255, 0.4);
    font: 400 12px/16px "Microsoft yahei";
    margin-top: 8px;
}

.x-footer {
    background: #1f1f1f;
    padding: 19px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/24px "Microsoft yahei";
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.x-footer a {
    color: rgba(255, 255, 255, 0.5) !important;
    font: 400 14px/28px "Microsoft yahei";
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.x-layout-contact .fxzzx{
    display: block;
    width: 120px;
	background-color: #e60012;
	border-radius: 3px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
	color: #ffffff;
    margin-top: 14px;
}


/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}